Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SetReferencedDatetime( _ ByVal value() As DicomDateTimeValue, _ ByVal temporalPointCount As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetReferencedDatetime( DicomDateTimeValue[] value, int temporalPointCount ) |
Managed Extensions for C++ | |
---|---|
public: void SetReferencedDatetime( DicomDateTimeValue[] value, int temporalPointCount ) |
C++/CLI | |
---|---|
public: void SetReferencedDatetime( array<DicomDateTimeValue> value, int temporalPointCount ) |
Parameters
- value
- Pointer to an array that represents the values under the "Referenced Datetime" (0040,A13A) element.
- temporalPointCount
- Number of values to set. TemporalPointCount is updated with this value.
This method will also update TemporalPointCount property to be equal to temporalPointCount .
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family